home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 013 / whereis.arc / WHEREIS.DOC < prev   
Encoding:
Text File  |  1984-09-19  |  1.5 KB  |  56 lines

  1.  
  2.  
  3. Documentation for WHEREIS command
  4.  
  5.  
  6. Purpose:   Searches for specified file(s) through all DOS
  7.            2.0 directories, listing matching files with their
  8.            appropriate directories and sub-directories.
  9.  
  10. Format:    WHEREIS [filename[.ext]]
  11.  
  12. Type:      External
  13.  
  14. Remarks:   This command is from the January 1984 issue of
  15.            "Softalk for the IBM Personal Computer" by John
  16.            Socha. It will work correctly on the volume on
  17.            which it is resident. It does not automatically
  18.            cross over onto other volumes. (Note the absence
  19.            of an optional volume label in the format
  20.            description. The following examples demonstrate
  21.            proper usage (where {CR} indicates a carriage
  22.            return:
  23.  
  24.  
  25.                     WHEREIS myfile.txt {CR}
  26.  
  27.                     WHEREIS myfile.* {CR}
  28.  
  29.                     WHEREIS *.bas {CR}
  30.  
  31.                     WHEREIS *.* {CR}
  32.  
  33.     WHEREIS is an MSDOS 2.00 generic utility that searches all
  34. subdirectories for matching file names. This is very useful, and saves
  35. a lot of hair pulling when you know the file is somewhere ...
  36.  
  37.     Run it by:
  38.  
  39.     WHEREIS <filespec>
  40.  
  41.     <filespec> can contain wildcards. No matter what the current
  42. directory is, WHEREIS will search the entire disk, and list the
  43. directory(s) where the file resides.
  44.  
  45.     The author of this program is unknown.
  46.  
  47. 
  48.  
  49. 
  50. 
  51. rch the entire disk, and list the
  52. directory(s) where the file resides.
  53.  
  54.     The author of this program is unknown.
  55.  
  56. 
  57.  
  58.